home *** CD-ROM | disk | FTP | other *** search
- on navGoBack
- global gHSCount, gSICurrMovie, gLastSprite
- if gHSCount > 0 then
- cleanUp()
- set gLastSprite to 0
- HSHistPop()
- set gSICurrMovie to the result
- HideAllSprites()
- go(1, gSICurrMovie)
- abort()
- end if
- end
-
- on navGoTo aMovie
- global gSICurrMovie, gSIVideoPath, gLastSprite
- if aMovie = gSICurrMovie then
- exit
- end if
- cleanUp()
- set gLastSprite to 0
- HSHistPush(gSICurrMovie, EMPTY)
- if aMovie = "hf" then
- navGotoHF()
- else
- if aMovie = "IV" then
- navGotoIV()
- end if
- end if
- HideAllSprites()
- set gSICurrMovie to aMovie
- go(1, gSICurrMovie)
- abort()
- end
-
- on navGotoHF
- global gSIlinkinfo
- if (gSIlinkinfo = EMPTY) and not (not value(HSStateGet("opt", "Random"))) then
- set vDone to 0
- repeat while not vDone
- set vAth to random(290)
- if (vAth <> 125) and (vAth <> 125) and (vAth <> 125) and (vAth <> 125) and (vAth <> 125) then
- set vDone to 1
- end if
- end repeat
- if vAth < 10 then
- set vAth to "00" & vAth
- else
- if vAth < 100 then
- set vAth to "0" & vAth
- end if
- end if
- else
- set vAth to gSIlinkinfo
- end if
- set gSIlinkinfo to vAth
- put gSIlinkinfo
- end
-
- on navGotoIV
- global gSIlinkinfo
- put "JEM1 " && gSIlinkinfo = EMPTY
- put "JEM2" && not (not value(HSStateGet("opt", "Random")))
- if (gSIlinkinfo = EMPTY) and not (not value(HSStateGet("opt", "Random"))) then
- set vList to ["004", "015", "031", "092", "097", "149", "178", "202", "223", "226", "235", "236", "237", "287"]
- set gSIlinkinfo to getAt(vList, random(count(vList)))
- else
- if gSIlinkinfo = "201" then
- set gSIlinkinfo to "202"
- else
- if gSIlinkinfo = "222" then
- set gSIlinkinfo to "223"
- else
- if gSIlinkinfo = "225" then
- set gSIlinkinfo to "226"
- else
- if gSIlinkinfo = "236" then
- set gSIlinkinfo to "237"
- else
- if gSIlinkinfo = "235" then
- set gSIlinkinfo to "236"
- else
- if gSIlinkinfo = "234" then
- set gSIlinkinfo to "235"
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- put gSIlinkinfo
- end
-